home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / VISUALBA / VB_SMPL.ZIP / SEEKLST.EXE / README.TXT next >
Text File  |  1994-04-14  |  1KB  |  23 lines

  1. SeekLst: Seeking with the Table Object Selected from a List Box
  2.  
  3. The sample SEEK_PUB.MAK project contains the file SEEK_PUB.FRM. 
  4.  
  5. The idea of the sample is to demonstrate how to use the SEEK method and a
  6. Table object variable with a variable that you have the user select from a 
  7. List box. The result of the search will bring up the entire record to be 
  8. read or updated.
  9.  
  10. You first want to select an entry in the List1 list box control by
  11. clicking on a item contained in the list box. Next you will see all of the
  12. text boxes become filled with the other fields that pertain to the record
  13. that you selected.  Then you can either start editing the fields of the
  14. record that you desire to change or select the 'Push to make ReadOnly'
  15. command button to prevent changes from being made. There are also some
  16. additional command buttons, one is for setting the Read/Write options on
  17. the text boxes, another for saving changes made to the data and the last one
  18. for not saving changes to the data.
  19.  
  20. You can continue the same sequence with different selections from the List1
  21. list box.
  22.  
  23.